home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000271_icurmtdude@yahoo.com_Mon Sep 15 11:01:05 EDT 2003.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  43 lines

  1. Article: 14513 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!panix!newsfeed.mathworks.com!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
  3. From: icurmtdude@yahoo.com (icurmt)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: RTS/CTS flow control on output.
  6. Date: 15 Sep 2003 07:38:57 -0700
  7. Organization: http://groups.google.com/
  8. Lines: 25
  9. Message-ID: <cf6cc183.0309150638.4018a773@posting.google.com>
  10. NNTP-Posting-Host: 24.97.119.28
  11. Content-Type: text/plain; charset=ISO-8859-1
  12. Content-Transfer-Encoding: 8bit
  13. X-Trace: posting.google.com 1063636739 11947 127.0.0.1 (15 Sep 2003 14:38:59 GMT)
  14. X-Complaints-To: groups-abuse@google.com
  15. NNTP-Posting-Date: 15 Sep 2003 14:38:59 GMT
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14513
  17.  
  18. Hi everyone,
  19.  
  20. I am running into this issue where sometimes I do not receive all the
  21. bytes from other machine during a serial communication. I am currently
  22. using ckermit version 8.0.200. Now, when I use my java program to
  23. communicate with the same device then everything works fine. All the
  24. bytes are correctly received. One noticeable change between the java
  25. and the kermit program is the difference in their respective flow
  26. control settings. In java, it is set as FLOWCONTROL_RTSCTS_OUT whereas
  27. in kermit it is set flow rts/cts.
  28.  
  29. Is there a way to set only flow control "RTS/CTS out" in kermit. Just
  30. as an addl info, the comm protocol is set as follows in my kermit
  31. program.
  32.  
  33. set line /dev/ttyS0
  34. set flow rts/cts
  35. set carrier-watch off
  36. set file type binary
  37. set modem type none
  38. set speed 19200
  39.  
  40. I appreciate your help. 
  41.  
  42. Ray
  43.